@font-face {
    font-family: 'Century Gothic';
    src: local('Century Gothic'), local('CenturyGothic'),
         url('CenturyGothic.woff2') format('woff2'),
         url('CenturyGothic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: local('Century Gothic Bold'), local('CenturyGothic-Bold'),
         url('CenturyGothic-Bold.woff2') format('woff2'),
         url('CenturyGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Century Gothic';
    src: local('Century Gothic Italic'), local('CenturyGothic-Italic'),
         url('CenturyGothic-Italic.woff2') format('woff2'),
         url('CenturyGothic-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Century Gothic';
    src: local('Century Gothic Bold Italic'), local('CenturyGothic-BoldItalic'),
         url('CenturyGothic-BoldItalic.woff2') format('woff2'),
         url('CenturyGothic-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}